home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / amos / AMOSL0495.lzh / AMOSLIST / 000072_amos-request@svcs1.digex.net_Sat Apr 15 13:59:32 1995.msg < prev    next >
Internet Message Format  |  1995-05-01  |  2KB

  1. Received: from svcs1.digex.net by nfs2.digex.net with SMTP id AA01411
  2.   (5.67b8/IDA-1.5); Sat, 15 Apr 1995 13:54:46 -0400
  3. Received: by svcs1.digex.net id AA13914
  4.   (5.67b8/IDA-1.5 for amos-out); Sat, 15 Apr 1995 08:42:21 -0400
  5. Received: from nfs2.digex.net by svcs1.digex.net with SMTP id AA13910
  6.   (5.67b8/IDA-1.5 for <amos@svcs1.digex.net>); Sat, 15 Apr 1995 08:42:19 -0400
  7. Received: from warrane.connect.com.au by nfs2.digex.net with SMTP id AA28895
  8.   (5.67b8/IDA-1.5 for <amos-list@access.digex.net>); Sat, 15 Apr 1995 08:42:01 -0400
  9. Received: from triode.apana.org.au (triode.apana.org.au [202.12.88.58]) by warrane.connect.com.au with ESMTP id WAA01597
  10.   (8.6.11/IDA-1.6); Sat, 15 Apr 1995 22:41:08 +1000
  11. Date: Sat, 15 Apr 1995 22:37:38 +0000
  12. From: Neil Miller <neil@triode.apana.org.au>
  13. Subject: Re: Help me I'm stuck.
  14. To: Tim Wright <tewright@mailbox.syr.edu>
  15. Cc: AMOS list <amos-list@access.digex.net>
  16. In-Reply-To: <Pine.SOL.3.91.950407063957.22685A@forbin.syr.edu>
  17. Message-Id: <Pine.3.89.9504152214.C1570-0100000@triode>
  18. Mime-Version: 1.0
  19. Content-Type: TEXT/PLAIN; charset=US-ASCII
  20. Status: RO
  21. X-Status: 
  22.  
  23. On Fri, 7 Apr 1995, Tim Wright wrote:
  24.  
  25. > This is a quick example in AMOSPro, but I think it's the same for AMOS:
  26.  
  27. Why all the bloody maths?
  28.  
  29. > T1=Timer
  30. timer=0
  31. > Input "Input something: ";SOMETHING$
  32. > T2=Timer
  33. > TIME=(T2-T1)/50
  34. if T2>50 then time=t2/50 else time=t2
  35. > Print "It took ";TIME;" seconds to type in: ";SOMETHING$
  36. > TIME is assigned the difference between the clock values before and after 
  37. > your input, divided by 50 (Timer increments every 50th of a second), for 
  38. > the number of seconds elapsed.
  39. > -======}=*   Tim Wright  -  "Argh!"  -  tewright@mailbox.syr.edu   *={======-
  40.  
  41.                           \|/
  42.                          -O"O-
  43. ----------------------oOO-(_)-OOo------------------------
  44.                          T E X
  45.                 neil@triode.apana.org.au
  46.